home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / htmled32.zip / HTMLED32.EXE / 0 / RCDATA / TPBOX / TPBOX.txt
Text File  |  1996-04-01  |  2KB  |  118 lines

  1. object PBox: TPBox
  2.   Left = 200
  3.   Top = 105
  4.   BorderStyle = bsDialog
  5.   Caption = 'Caption Here'
  6.   ClientHeight = 168
  7.   ClientWidth = 258
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 96
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 31
  18.     Top = 10
  19.     Width = 56
  20.     Height = 13
  21.     Caption = 'Alignment'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 139
  25.     Top = 10
  26.     Width = 30
  27.     Height = 13
  28.     Caption = 'Clear'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 30
  32.     Top = 55
  33.     Width = 31
  34.     Height = 13
  35.     Caption = 'Class'
  36.   end
  37.   object AlignCombo: TComboBox
  38.     Left = 30
  39.     Top = 24
  40.     Width = 85
  41.     Height = 21
  42.     ItemHeight = 13
  43.     Items.Strings = (
  44.       'left'
  45.       'center'
  46.       'right'
  47.       'justify')
  48.     TabOrder = 0
  49.   end
  50.   object ClearCombo: TComboBox
  51.     Left = 138
  52.     Top = 24
  53.     Width = 85
  54.     Height = 21
  55.     ItemHeight = 13
  56.     Items.Strings = (
  57.       'left'
  58.       'right'
  59.       'all')
  60.     TabOrder = 1
  61.   end
  62.   object NoWrapCheck: TCheckBox
  63.     Left = 30
  64.     Top = 102
  65.     Width = 97
  66.     Height = 17
  67.     Caption = 'NOWRAP'
  68.     TabOrder = 2
  69.   end
  70.   object OkButton: TBitBtn
  71.     Left = 10
  72.     Top = 129
  73.     Width = 77
  74.     Height = 27
  75.     TabOrder = 3
  76.     Kind = bkOK
  77.   end
  78.   object BitBtn2: TBitBtn
  79.     Left = 90
  80.     Top = 129
  81.     Width = 77
  82.     Height = 27
  83.     TabOrder = 4
  84.     Kind = bkCancel
  85.   end
  86.   object EndCheck: TCheckBox
  87.     Left = 137
  88.     Top = 102
  89.     Width = 58
  90.     Height = 17
  91.     Caption = '</>'
  92.     State = cbChecked
  93.     TabOrder = 5
  94.   end
  95.   object ClassCombo: TComboBox
  96.     Left = 29
  97.     Top = 70
  98.     Width = 194
  99.     Height = 21
  100.     ItemHeight = 13
  101.     Items.Strings = (
  102.       'Abstract'
  103.       'Appendix'
  104.       'Chapter'
  105.       'Section')
  106.     TabOrder = 6
  107.   end
  108.   object BitBtn1: TBitBtn
  109.     Left = 171
  110.     Top = 129
  111.     Width = 77
  112.     Height = 27
  113.     TabOrder = 7
  114.     OnClick = BitBtn1Click
  115.     Kind = bkHelp
  116.   end
  117. end
  118.